翻訳と辞書
Words near each other
・ Flashed Face Distortion Effect
・ Flasher
・ Flasher scorpionfish
・ Flasher, North Dakota
・ Flashes (song)
・ Flashes Before Your Eyes
・ Flashes from the Archives of Oblivion
・ Flashes Per Minute
・ Flashfire
・ Flashfire (comics)
・ Flashfire (film)
・ Flashfire (novel)
・ Flash Fearless Vs. the Zorg Women, Pts. 5 & 6
・ Flash fiction
・ Flash Fiktion
Flash file system
・ Flash Film Works
・ Flash fire
・ Flash Flanagan
・ Flash Flash Flash
・ Flash flood
・ Flash flood guidance system
・ Flash flood warning
・ Flash flood watch
・ Flash for Freedom!
・ Flash Forward
・ Flash Forward (album)
・ Flash Frame Visuals Academy of Film and Television, India
・ Flash freezing
・ Flash Gallery


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Flash file system : ウィキペディア英語版
Flash file system
A flash file system is a file system designed for storing files on flash memory–based storage devices. While the flash file systems are closely related to file systems in general, they are optimized for the nature and characteristics of flash memory (such as to avoid write amplification), and for use in particular operating systems.
== Overview ==
While a block device layer can emulate a disk drive so that a general-purpose file system can be used on a flash-based storage device, this is suboptimal for several reasons:
* Erasing blocks: flash memory blocks have to be explicitly erased before they can be written to. The time taken to erase blocks can be significant, thus it is beneficial to erase unused blocks while the device is idle.
* Random access: general-purpose file systems are optimized to avoid disk seeks whenever possible, due to the high cost of seeking. Flash memory devices impose no seek latency.
* Wear leveling: flash memory devices tend to wear out when a single block is repeatedly overwritten; flash file systems are designed to spread out writes evenly.
Log-structured file systems have all the desirable properties for a flash file system. Such file systems include JFFS2 and YAFFS.
Because of the particular characteristics of flash memory, it is best used with either a controller to perform wear leveling and error correction or specifically designed flash file systems, which spread writes over the media and deal with the long erase times of NAND flash blocks. The basic concept behind flash file systems is: when the flash store is to be updated, the file system will write a new copy of the changed data over to a fresh block, remap the file pointers, then erase the old block later when it has time.
In practice, flash file systems are only used for Memory Technology Devices (MTDs), which are embedded flash memories that do not have a controller. Removable flash memory cards and USB flash drives have built-in controllers to manage MTD with dedicated algorithms,〔(Phison's USBkey controller PS2251-63 )〕〔(OpenNFM: An open source NAND FTL for SSD and embedded storage module )〕 like wear leveling, bad block recovery, power loss recovery, garbage collection and error correction, so use of a flash file system has limited benefit.
Flash-based memory devices are becoming more prevalent as the number of mobile devices is increasing, the cost per memory size decreases, and the capacity of flash memory chips increases.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Flash file system」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.